projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6705a2a
)
Unspecified location of chown for Linux (Linux doesn't put chown in /etc).
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 May 1994 18:15:22 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 May 1994 18:15:22 +0000
(18:15 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a7a9dfa525e51117fcbd56df1d2588b57773b73c..49c0ade3fba6f8b1573c637dd4b59b0f67e1c365 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-47,7
+47,7
@@
may contain even `F', `b', `i' and `s'. See also the variable
;;;###autoload
(defvar dired-chown-program
- (if (memq system-type '(hpux dgux usg-unix-v irix))
+ (if (memq system-type '(hpux dgux usg-unix-v irix
linux
))
"chown" "/etc/chown")
"Name of chown command (usually `chown' or `/etc/chown').")